From a7614da76c130f12e80fd0d5de1e9c0f83ff64af Mon Sep 17 00:00:00 2001 From: Fryderyk Dziarmagowski Date: Sat, 23 May 2009 12:55:39 +0200 Subject: [PATCH] =?utf8?q?Bug=20583565=20=E2=80=93=20babl=200.1.0=20build?= =?utf8?q?=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Don't apply dynamic library versioning to the babl extensions. --- extensions/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 5d2cbfd..5c91644 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -1,7 +1,7 @@ if OS_WIN32 AM_LDFLAGS = -module -no-undefined else -AM_LDFLAGS = -module +AM_LDFLAGS = -module -avoid-version endif noinst_HEADERS = util.h -- 2.30.2